Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

Simple Form Shows Failure

Here is a simple form that shows the error. The emaill address on the MAILTO line has been set to an invalid id but you can tell if you have the problem even with this. When the form Send button is pressed, you should bet a note generated under Lotus Notes (if you have Notes as the email program under Internet Explorer). When it is working correctrly, you will see the note and it will have an attachment. If it is not working correctly, you will just see the note with no attachment. The need to use IE as the browser.

<!DOCTYPE HTML PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<HTML>
<HEAD>
<TITLE>Test Form</TITLE>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
// <!-- Hide script from older browsers
function submitForm() {
window.document.updateForm.submit();
}
function setUpdateMethod() {
document.updateForm.action =
"mailto:XXXXXXXY@WWCLMVM1.VNET.IBM.COM" +
"?Subject=Test Data Form" +
"&body=" +
"In order for this form to be processed successfully " +
"will need to SEND this email and then " +
"replicate your mail. " +
" There should be an " +
"attachment with this email. Do not modify or remove "+
"the attachment. "
document.updateForm.encoding = "multipart/form-data";
document.updateForm.method = "POST";
}
// End hiding script from older browsers -->
</SCRIPT>
<BODY ONLOAD="setUpdateMethod();">
<FORM NAME="updateForm">
<P>
Your name:
<INPUT TYPE=TEXT SIZE=30 NAME=Userid VALUE="">
</P><P>
Please select a number, any number:<BR>
<INPUT TYPE=RADIO NAME=Number VALUE="1" CHECKED>1<BR>
<INPUT TYPE=RADIO NAME=Number VALUE="2">2<BR>
<INPUT TYPE=RADIO NAME=Number VALUE="3">3<BR>
<INPUT TYPE=RADIO NAME=Number VALUE="4">4<BR>
<INPUT TYPE=RADIO NAME=Number VALUE="5">5<BR>
<INPUT TYPE=RADIO NAME=Number VALUE="6">6
</P>
</P><P>Please feel free to add any comments you like:<BR>
<TEXTAREA ROWS=5 COLS=72 NAME=Comments></TEXTAREA>
</P>
</FORM>
<P>When you are finished with filling the form, click here:
<INPUT TYPE="button" VALUE="Send" onClick="submitForm();">
</P>
</BODY>
</HTML>


Feedback response number WEBB7U5JWQ created by ~Kim Zenjumi on 07/20/2009

MAILTO Attachment Lost (~Kim Zenjumi 10.Jul.09)
. . MAILTYPE NOTES.INI (~Kim Zenjumi 13.Jul.09)
. . . . MAILTYPE NOTES.INI (~Kim Zenjumi 13.Jul.09)
. . Simple Form Shows Failure (~Kim Zenjumi 20.Jul.09)
. . . . NOTES 8 MAILTO Attachment - Not Cre... (~Kim Zenjumi 8.Sep.09)
. . MAILTO Attachment Lost (~Michelle Quetr... 1.May.12)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS